home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / ARCHIVE / UC2INS.ZIP;1 / BBS.DOC < prev    next >
Encoding:
Text File  |  1994-01-01  |  6.4 KB  |  178 lines

  1. 5. BBS: special features for BBS sysops
  2. =======================================
  3.  
  4. This document contains the following paragraphs:
  5.  
  6.         - A. Archive conversion (with virus checking)
  7.         - B. Multimedia banners
  8.         - C. UltraStealth (run UC with only 32k free memory)
  9.         - Z. Summary
  10.  
  11. To jump to a certain paragraph, press the corresponding letter. To
  12. jump to a specific document/chapter, press the corresponding digit.
  13. See chapter 1 paragraph E for an overview of all documentation.
  14.  
  15.  
  16. 5.A ARCHIVE CONVERSION (WITH VIRUS CHECKING).
  17. =============================================
  18.  
  19. Conversion of archives to UC archives can be done fully automatic.
  20. Perfect for the event list of your BBS. Conversion includes the
  21. optional calling of one or more virus checking programs. Any virus
  22. checking software can be used. You can define any extraction, checking
  23. or processing software you would like, to be called by UC.
  24.  
  25. IF EXTRACTION IS NOT PERFECT UC WILL NOT CONVERT!
  26.  
  27. The convert command
  28. -------------------
  29.    Command: UC C archives
  30.  
  31.       C is the convert command. ARJ/ZIP/LZH etc. archives are converted
  32.       to UC2 archives.
  33.  
  34.    Example: UC C *.ARJ *.ZIP *.ARC
  35.  
  36.       All ARJ, ZIP and ARC archives in the current directory are
  37.       converted to UC2 archives.
  38.  
  39.    VOLUME LABELS, BANNERS, MULTIPLE VERSIONS OF A FILE AND COMMENTS
  40.    ARE NOT CONVERTED.
  41.  
  42.    The original archive will be deleted by UC.
  43.  
  44. Customizing archive conversion
  45. ------------------------------
  46.    To convert archives to UC archives the original archiver's software
  47.    will be used. In the UC package some .BAT files are supplied which
  48.    are able to extract all files from different archive types (see
  49.    chapter 6 paragraph D).
  50.  
  51.    UC uses advanced swapping techniques to swap UC out of memory while
  52.    execution of the BAT files takes place. This assures the archivers
  53.    have enough memory available.
  54.  
  55.    Currently supported formats are: ARC, ARJ, HA, HPK, HYP, LZH, PAK,
  56.    ZIP and ZOO.
  57.  
  58.    UC conversion also supports the 'UCN' format. This format is
  59.    exactly the same as UC2, but it denotes 'N'ew files. It can be
  60.    used to mark files new to your BBS, allowing 'conversion' to UC2
  61.    archives. This is usefull since conversion can also include virus
  62.    scanning etc..
  63.  
  64. Virus checking during conversion
  65. --------------------------------
  66.    When you activate virus checking (see chapter 6 paragraph A item E)
  67.    during conversion, the file U2_CHECK.BAT is used. In this batch
  68.    file virus scanners are called. If you want another virus scanner
  69.    to be used, or use more scanners in the check, you are free to
  70.    change the file U2_CHECK.BAT. Just be sure the virus scanner called
  71.    is available on your system. Default U2_CHECK calls McAffee and
  72.    F-Prot.
  73.    (See chapter 6 paragraph D.)
  74.  
  75. Automatic changes during conversion
  76. -----------------------------------
  77.    The supplied U2_XTRA.BAT file can be used to make automatic changes
  78.    to archives contents during their conversion. Such a change could
  79.    include the addition of multimedia banners. The U2_XTRA.BAT file as
  80.    being distributed with UC does nothing at all, but can be adapted
  81.    to do anything you like. The U2_XTRA.BAT file contains (disabled)
  82.    sample code for adding banners to archives during their conversion.
  83.    (See chapter 6 paragraph D.)
  84.  
  85.  
  86. 5.B MULTIMEDIA BANNERS.
  87. =======================
  88.  
  89. UC gives you the opportunity to add (multimedia) banners to archives.
  90. Five file types are supported:
  91.  
  92.    U$~BAN.GIF   GIF image
  93.    U$~BAN.JPG   JPEG image
  94.    U$~BAN.MOD   MOD music files (playable with e.g. Modplay)
  95.    U$~BAN.TXT   Standard text (will be integrated in UC output)
  96.    U$~BAN.ASK   Special file (determines if UC2 asks 'Continue?'
  97.                 after showing/playing the banners. The content of
  98.                 this file is of no importance.)
  99.  
  100. If you want to add a banner to an archive, you will have to specify
  101. the banner file explicitly. No wild cards can be used, e.g. 'UC A arch
  102. U$~BAN.*' will not work.
  103.  
  104. Example: UC A arch U$~BAN.TXT
  105.  
  106.    A text banner is added to the archive arch.
  107.  
  108. The file U2_SHOW.BAT contains the default software to show or play
  109. banners. See chapter 6 paragraph D for more information on this batch
  110. file.
  111.  
  112. The banners are shown/played when files are extracted from the
  113. archive.
  114.  
  115.  
  116. 5.C ULTRASTEALTH (RUN UC WITH ONLY 32K FREE MEMORY).
  117. ====================================================
  118.  
  119. With help of UltraStealth, you can run UC with only 32 kilobytes of
  120. free memory available.
  121.  
  122. Suppose you have a huge program (e.g. a word processor or a mailer).
  123. When this huge program has the ability of starting another DOS program
  124. only a small amount of memory will be free. UltraStealth allows you to
  125. have this huge program call UC. To achieve this you need to do two
  126. things:
  127.  
  128. (1) the (huge) program has to be started with US (UltraStealth)
  129. ---------------------------------------------------------------
  130.    Just put US in front of the normal command you use to start the
  131.    (huge) program. So if the normal command is:
  132.  
  133.       bigprog /a /q
  134.  
  135.    You now have to use:
  136.  
  137.       US bigprog /a /q
  138.  
  139. (2) use UUC instead of UC
  140. -------------------------
  141.    Instead of calling UC from your (huge) program, you should call
  142.    UUC. UUC behaves exactly like UC. The only difference is that US
  143.    and UUC together solve the memory problem the (huge) program
  144.    causes.
  145.  
  146. It is also possible to start US with no command behind it. In this
  147. case the DOS command processor (command.com) is started and UUC can be
  148. used anytime. The command processor (and US) can be stopped with the
  149. EXIT command.
  150.  
  151. When UUC is called, while US is not active, UUC starts UC anyway. In
  152. this case there is no difference in the amount of memory needed for
  153. UUC and for UC.
  154.  
  155. US and UUC together use about 32k of free memory, most of this will be
  156. claimed by US.
  157.  
  158. Please note currently US and UUC only work with the native command
  159. processor, command.com, not with tools like 4DOS.
  160.  
  161. Due to the complex nature of UltraStealth, it is recomended you
  162. test-drive UltraStealth thoroughly in your specific environment before
  163. you start using it.
  164.  
  165.  
  166. 5.Z SUMMARY.
  167. ============
  168.  
  169. UC C *.ARJ *.ZIP *.LZH
  170.    Convert archives to UC archives.
  171.  
  172. US <command>
  173.    Executes <command> and installs UltraStealth (needed to use UUC)
  174.  
  175. UUC ...
  176.    Exactly the same as UC, but much less memory is needed. Will only
  177.    work with a small amount of memory if UltraStealth is active.
  178.